home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMENCRYPT / TFRMENCRYPT.txt
Encoding:
Text File  |  2002-05-23  |  2.9 KB  |  165 lines

  1. object frmEncrypt: TfrmEncrypt
  2.   Left = 268
  3.   Top = 198
  4.   HelpContext = 118
  5.   BorderStyle = bsDialog
  6.   Caption = 'Encrypt'
  7.   ClientHeight = 173
  8.   ClientWidth = 433
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblInputFile: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 43
  25.     Height = 13
  26.     Caption = '&Input file:'
  27.     FocusControl = edtInput
  28.   end
  29.   object Label1: TLabel
  30.     Left = 8
  31.     Top = 48
  32.     Width = 51
  33.     Height = 13
  34.     Caption = '&Output file:'
  35.     FocusControl = edtOutput
  36.   end
  37.   object Label2: TLabel
  38.     Left = 8
  39.     Top = 176
  40.     Width = 46
  41.     Height = 13
  42.     Caption = 'Algorithm:'
  43.     Visible = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 8
  47.     Top = 88
  48.     Width = 58
  49.     Height = 13
  50.     Caption = '&Passphrase:'
  51.     FocusControl = edtPass
  52.   end
  53.   object Label4: TLabel
  54.     Left = 8
  55.     Top = 128
  56.     Width = 95
  57.     Height = 13
  58.     Caption = '&Confirm passphrase:'
  59.     FocusControl = edtConfirm
  60.   end
  61.   object edtInput: TEdit
  62.     Left = 8
  63.     Top = 24
  64.     Width = 305
  65.     Height = 21
  66.     ReadOnly = True
  67.     TabOrder = 0
  68.     OnChange = edtInputChange
  69.   end
  70.   object btnBrowse: TButton
  71.     Left = 316
  72.     Top = 24
  73.     Width = 21
  74.     Height = 21
  75.     Caption = '...'
  76.     TabOrder = 1
  77.     OnClick = btnBrowseClick
  78.   end
  79.   object edtOutput: TEdit
  80.     Left = 8
  81.     Top = 64
  82.     Width = 329
  83.     Height = 21
  84.     TabOrder = 2
  85.   end
  86.   object cboAlgo: TComboBox
  87.     Left = 8
  88.     Top = 192
  89.     Width = 329
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     TabOrder = 8
  94.     Visible = False
  95.   end
  96.   object Button1: TButton
  97.     Left = 352
  98.     Top = 24
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'Encrypt'
  102.     Default = True
  103.     TabOrder = 5
  104.     OnClick = Button1Click
  105.   end
  106.   object Button2: TButton
  107.     Left = 352
  108.     Top = 56
  109.     Width = 75
  110.     Height = 25
  111.     Caption = '&Close'
  112.     ModalResult = 2
  113.     TabOrder = 6
  114.   end
  115.   object edtPass: TEdit
  116.     Left = 8
  117.     Top = 104
  118.     Width = 329
  119.     Height = 21
  120.     PasswordChar = '*'
  121.     TabOrder = 3
  122.   end
  123.   object edtConfirm: TEdit
  124.     Left = 8
  125.     Top = 144
  126.     Width = 329
  127.     Height = 21
  128.     PasswordChar = '*'
  129.     TabOrder = 4
  130.   end
  131.   object btnHelp: TButton
  132.     Left = 352
  133.     Top = 96
  134.     Width = 75
  135.     Height = 25
  136.     Caption = '&Help'
  137.     TabOrder = 7
  138.     OnClick = btnHelpClick
  139.   end
  140.   object FormCenter1: TFormCenter
  141.     Center = True
  142.     Left = 344
  143.     Top = 104
  144.   end
  145.   object OpenDlg: TOpenDialog
  146.     Filter = 'All files (*.*)|*.*'
  147.     Options = [ofPathMustExist, ofFileMustExist]
  148.     Left = 192
  149.     Top = 120
  150.   end
  151.   object DCP_sha11: TDCP_sha1
  152.     Algorithm = 'SHA1'
  153.     HashSize = 160
  154.     Left = 392
  155.     Top = 104
  156.   end
  157.   object DCP_rijndael: TDCP_rijndael
  158.     Algorithm = 'Rijndael'
  159.     BlockSize = 128
  160.     MaxKeySize = 256
  161.     Left = 364
  162.     Top = 104
  163.   end
  164. end
  165.